In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF / ExcludeIntersectionWithPolygon Method

ExcludeIntersectionWithPolygon Method

In This Topic
Syntax
'Declaration

 

Public Function ExcludeIntersectionWithPolygon( _

   ByVal polygon() As GdPicturePointF, _

   ByVal polygonBoundingBox As GdPictureRectangleF, _

   ByVal epsilon As Single, _

   ByVal marginLeft As Single, _

   ByVal marginRight As Single _

) As List(Of GdPictureRectangleF)
public List<GdPictureRectangleF> ExcludeIntersectionWithPolygon( 

   GdPicturePointF[] polygon,

   GdPictureRectangleF polygonBoundingBox,

   float epsilon,

   float marginLeft,

   float marginRight

)
public function ExcludeIntersectionWithPolygon( 

    polygon: GdPicturePointFarray of;

    polygonBoundingBox: GdPictureRectangleF;

    epsilon: Single;

    marginLeft: Single;

    marginRight: Single

): List; 
public function ExcludeIntersectionWithPolygon( 

   polygon : GdPicturePointF[],

   polygonBoundingBox : GdPictureRectangleF,

   epsilon : float,

   marginLeft : float,

   marginRight : float

) : List;
public: List<GdPictureRectangleF*>* ExcludeIntersectionWithPolygon( 

   GdPicturePointF[]* polygon,

   GdPictureRectangleF* polygonBoundingBox,

   float epsilon,

   float marginLeft,

   float marginRight

) 
public:

List<GdPictureRectangleF^>^ ExcludeIntersectionWithPolygon( 

   array<GdPicturePointF>^ polygon,

   GdPictureRectangleF^ polygonBoundingBox,

   float epsilon,

   float marginLeft,

   float marginRight

) 

Parameters

polygon
polygonBoundingBox
epsilon
marginLeft
marginRight
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF
GdPictureRectangleF Members